Package com.cisco.pt.ipc.sim
Interface CableSignaling
- All Known Implementing Classes:
CableSignalingImpl
Information provided by the PKI file:
\class CableSignaling
\brief CableSignaling handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("CableSignaling")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getUserTrafficAt(int index) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\brief Returns how many packets have been evaluated. \return int, value is how many packets have been evaluated.- Returns:
- int Returns a int
-
getUserTrafficAt
Information provided by the PKI file:
\brief Returns the user traffic at the supplied index. \param index, index to get the user traffic at. \return UserTrafic, value is the user traffic at the supplied index.- Parameters:
index- Takes in a parameter of index- Returns:
- UserTraffic Returns a UserTraffic
-